Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.CalcEngine Namespace / RichValue<T> Class / GetFieldName Method
An integer value indicates the field index.


In This Topic
GetFieldName Method (RichValue<T>)
In This Topic
Gets the name of field.
Syntax
'Declaration
 
Public Function GetFieldName( _
   ByVal index As Integer _
) As String
 
'Usage
 
Dim instance As RichValue(Of T)
Dim index As Integer
Dim value As String
 
value = instance.GetFieldName(index)

Parameters

index
An integer value indicates the field index.

Return Value

A string value represents the name of field.
See Also